-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Trait for sending/receiving packets #36
Conversation
Should be added feature flag for udp/steam when more testing is done using steam.
Testing the Trait with the |
d5f71f1
to
7bb390f
Compare
How can one help you with this? |
I started to test this out and ran into a minor change I needed ( #50 ), but otherwise, I think this was going to work for my use case. I ended up changing direction though and didn't end up targeting WASM or using Renet, so I don't have a concrete use of it. tl;dr: This looked pretty much ready to use from my perspective, and might be fine to merge ( other than accounting for |
I went in a different implemention direction in another branch, closing this. |
Another attempt to try making #10 possible.
The idea of this PR is to gather what Trait would be most suitable for WASM support and UDP at the same time.
By default, renet will have the UdpTransport available in the main library. For other types like Wasm/Steam/.. it would be on a separate create.